.top_box {

  padding: 10px 0;

  background: #d8ebfa;

  font-size: 14px;

  color: #0090ff;

}

.top_box span {

  display: inline-block;

  margin: 0 10px;

}

.top_box img {

  margin-right: 10px;

}

.header {

  padding: 40px 0;

}

.header a h2 {

  font-size: 36px;

  color: #0090ff;

}

.header a h4 {

  font-size: 18px;

  color: #0090ff;

  font-family: Arial;

  margin-top: 10px;

  font-weight: normal;

}

.header a div {

  margin-left: 20px;

}

.header .header_box {

  height: 45px;

  line-height: 45px;

  border: 1px solid #eeeeee;

  margin-top: 13px;

}

.header .header_box a {

  color: #0090ff;

  font-size: 14px;

}

.header .header_box > div {

  width: 120px;

  text-align: center;

  position: relative;

}

.header .header_box > div ul {

  width: 100%;

}

.header .header_box > div img {

  position: absolute;

  right: 10px;

  top: 20px;

}

.header .header_box input {

  height: 45px;

  border: none;

  /*border-left: 1px solid #eee;*/

  width: 270px;

  padding-left: 20px;

  box-sizing: border-box;

}

.header .header_box button {

  height: 45px;

  border: none;

  width: 50px;

  background: #0090ff;

}

.nav {

  height: 40px;

  line-height: 40px;
  background: #0090ff;
  /* background: #0090ff; */
  
}

.nav li {

  /*float: left;*/

    display: inline-block;

  width: 120px;

    position: relative;

  text-align: center;

}

.nav li a {

  display: block;

  color: #fff;

}

.nav li a:hover {

  /* background: #0090ff; */
  background: #0090ff;

}

.nav li.on {
  /* background: #0090ff; */
  background: #0090ff;

}

.nav li dl{

  display: none;

  width: 120px;

  position: absolute;

  left: 0;

  top: 40px;

  background: #0090ff;

  color: #FFf;

  z-index: 222;

}

.nav li dl dd a{

  display: block;

}

.nav li dl dd a:hover{

  background: #0090ff;

}

.nav li:hover dl{

  display: block;

}

.slideBox {

  width: 100%;

  height: 400px;

  overflow: hidden;

  position: relative;

}

.slideBox .hd {

  height: 15px;

  overflow: hidden;

  position: absolute;

  right: 5px;

  bottom: 5px;

  z-index: 1;

}

.slideBox .hd ul {

  overflow: hidden;

  zoom: 1;

  float: left;

}

.slideBox .hd ul li {

  float: left;

  margin-right: 2px;

  width: 15px;

  height: 15px;

  line-height: 14px;

  text-align: center;

  background: #fff;

  cursor: pointer;

}

.slideBox .hd ul li.on {

  background: #0090ff;

  color: #fff;

}

.slideBox .bd {

  position: relative;

  height: 100%;

  z-index: 0;

}

.slideBox .bd li {

  zoom: 1;

  vertical-align: middle;

}

.slideBox .bd img {

  width: 100%;

  height: 400px;

  display: block;

}

/* 下面是前/后按钮代码，如果不需要删除即可 */

.slideBox .prev,

.slideBox .next {

  position: absolute;

  left: 3%;

  top: 50%;

  margin-top: -25px;

  display: block;

  width: 32px;

  height: 40px;

  background: url(../images/slider-arrow.png) -110px 5px no-repeat;

  filter: alpha(opacity=50);

  opacity: 0.5;

}

.slideBox .next {

  left: auto;

  right: 3%;

  background-position: 8px 5px;

}

.slideBox .prev:hover,

.slideBox .next:hover {

  filter: alpha(opacity=100);

  opacity: 1;

}

.slideBox .prevStop {

  display: none;

}

.slideBox .nextStop {

  display: none;

}

.txtScroll-left {

  width: 1080px;

  position: relative;

}

.txtScroll-left .hd .prev {

  display: block;

  width: 8px;

  height: 15px;

  margin-right: 5px;

  overflow: hidden;

  cursor: pointer;

  position: absolute;

  right: 20px;

  top: 10px;

  background: url("../images/left.png") no-repeat;

}

.txtScroll-left .hd .next {

  display: block;

  width: 8px;

  height: 15px;

  float: right;

  cursor: pointer;

  position: absolute;

  right: 0;

  top: 10px;

  background: url("../images/right.png") no-repeat;

}

.txtScroll-left {

  margin-left: 20px;

}

.txtScroll-left .bd {

  width: 1000px;

  overflow: hidden;

}

.txtScroll-left .bd ul {

  overflow: hidden;

  zoom: 1;

}

.txtScroll-left .bd ul li {

  margin-right: 20px;

  float: left;

  height: 24px;

  line-height: 24px;

  text-align: left;

  _display: inline;

}

.txtScroll-left .bd ul li span {

  color: #999;

}

.txtScroll-left .bd ul li a {

  color: #333;

  display: inline-block;

  width: 1000px;

}

.tit {

  padding: 20px 0;

  box-sizing: border-box;

}

.notification {

  position: relative;

  top: 6px;

}

.text {

  display: inline-block;

  margin-left: 5px;

  color: #0090ff;

}

.grey_line {

  border-bottom: 1px solid #eeeeee;

}

.news_list {

  margin-top: 20px;

}

.news_list .new_a {

  width: 481px;

  margin-right: 20px;

  border: 1px solid #eee;

}

.news_list .new_b {

  width: 380px;

  padding: 20px 10px;

  box-sizing: border-box;

  border: 1px solid #eee;

}

.news_list .new_b dt {

  border-bottom: 1px solid #eee;

}

.news_list .new_b dt div:first-child {

  margin-right: 35px;

}

.news_list .new_b dt div.on {

  color: #0090ff;

  border-bottom: 1px solid #0090ff;

}

.news_list .new_b dt a {

  color: #0090ff;

}

.news_list .new_b .time {

  padding: 22px 0 10px;

  margin: 0 -10px;

  border-bottom: 1px solid #eeeeee;

}

.news_list .new_b .time > div {

  text-align: center;

  font-size: 16px;

  color: #666;

  width: 90px;

  height: 55px;

  border-right: 1px solid #eee;

}

.news_list .new_b .time > div div {

  font-size: 28px;

  color: #0090ff;

}

.news_list .new_b .time section {

  color: #0090ff;

  padding-top: 17px;

  padding-left: 15px;

  box-sizing: border-box;

  white-space: nowrap;

  overflow: hidden;

  text-overflow: ellipsis;

  width: 260px;

}

.news_list .list_b .news{

    padding: 0 10px;

}

.news_list .new_b .news ul ,.news_list .list_b .news ul {

  margin-top: 20px;

  box-sizing: border-box;

}

.news_list .new_b .news ul li ,.news_list .list_b .news ul li{

  height: 19px;

  margin-top: 20px;

}

.news_list .new_b .news ul li div,.news_list .list_b .news ul li div {

  float: left;

  width: 400px;

  height: 19px;

  overflow: hidden;

  background: url("../images/dot.png") no-repeat 10px center;

  box-sizing: border-box;

  white-space: nowrap;

  padding-left: 20px;

  text-overflow: ellipsis;

}

.news_list .new_b .news ul li div a ,.news_list .list_b .news ul li div a{

  color: #666;

}

.news_list .new_b .news ul li span ,.news_list .list_b .news ul li span{

  float: right;

  font-size: 14px;

  color: #ccc;

}

.news_list .new_c {

  width: 275px;

  margin-left: 20px;

  padding:0 10px 8px;

  border: 1px solid #eeeeee;

}

.news_list .new_c dt {

  border-bottom: 1px solid #eee;

}

.news_list .new_c dt div.on {

  color: #0090ff;

  border-bottom: 1px solid #0090ff;

}

.news_list .new_c dt a {

  color: #0090ff;

}

.news_list .new_c dd li {

  width: 130px;

  height: 60px;

  margin-top: 16px;

  text-align: center;

}

.news_list .new_c dd li a {

  display: block;

  color: #fff;

}

.news_list .new_c dd li div {

  margin-top: 36px;

    color: #fff;

}

.news_list .new_c dd .lia {

  background: url("../images/img_a.png") no-repeat;

  background-size: 100% 100%;



}

.news_list .new_c dd .lib {

  background: url("../images/img_b.png") no-repeat;

  background-size: 100% 100%;

}

.news_list .new_c dd .lic {

  background: url("../images/img_c.png") no-repeat;

  background-size: 100% 100%;



}

.news_list .new_c dd .lid {

  background: url("../images/img_d.png") no-repeat;

  background-size: 100% 100%;

}

.news_list .new_c dd .lie {

  background: url("../images/img_e.png") no-repeat;

  background-size: 100% 100%;



}

.news_list .new_c dd .lif {

  background: url("../images/img_f.png") no-repeat;

  background-size: 100% 100%;

}

.news_list .new_c dd .lig {

  background: url("../images/img_g.png") no-repeat;

  background-size: 100% 100%;



}

.news_list .new_c dd .lih {

  background: url("../images/img_h.png") no-repeat;

  background-size: 100% 100%;

}

.news_list .new_c dd .mri{

  margin-right: 15px;

}

/* 本例子css */

.slideBox1 {

  width: 483px;

  height: 310px;

  overflow: hidden;

  position: relative;

}

.slideBox1 .hd {

  height: 15px;

  overflow: hidden;

  position: absolute;

  right: 10px;

  bottom: 13px;

  z-index: 1;

}

.slideBox1 .hd ul {

  overflow: hidden;

  zoom: 1;

  float: left;

}

.slideBox1 .hd ul li {

  transition: all 200ms ease;

  float: left;

  margin-right: 8px;

  width: 11px;

  height: 5px;

  line-height: 14px;

  text-align: center;

  background: #fff;

  cursor: pointer;

}

.slideBox1 .hd ul li.on {

  background: #0090ff;

  width: 15px;

}

.slideBox1 .bd {

  position: relative;

  height: 100%;

  z-index: 0;

}

.slideBox1 .bd li {

  zoom: 1;

  vertical-align: middle;

}

.slideBox1 .bd li .mask {

  background: rgba(0, 0, 0, 0.5);

  width: 100%;

  position: absolute;

  left: 0;

  bottom: 0;

  height: 55px;

  line-height: 55px;

  padding: 0 20px;

  box-sizing: border-box;

  color: #ffffff;

}

.slideBox1 .bd img {

  width: 485px;

  height: 310px;

  display: block;

}

/* 下面是前/后按钮代码，如果不需要删除即可 */

.slideBox1 .prev,

.slideBox1 .next {

  position: absolute;

  left: 3%;

  top: 50%;

  margin-top: -25px;

  display: block;

  width: 32px;

  height: 40px;

  filter: alpha(opacity=50);

  opacity: 0.5;

}

.slideBox1 .next {

  left: auto;

  right: 3%;

  background-position: 8px 5px;

}

.slideBox1 .prev:hover,

.slideBox1 .next:hover {

  filter: alpha(opacity=100);

  opacity: 1;

}

.slideBox1 .prevStop {

  display: none;

}

.slideBox1 .nextStop {

  display: none;

}

.new_location {

  margin: 40px auto;

}



.news_a:nth-child(2) {

  margin-right:0;

}

.news_a:nth-child(4) {



  margin-right:0;

}

.news_a {

  width: 590px;

  border: 1px solid #eee;

  padding: 10px;

  box-sizing: border-box;

  margin-right: 20px;

  margin-top: 10px;

}

.news_a dt {

  border-bottom: 1px solid #eee;

}

.news_a dt div {

  padding-bottom: 10px;

  border-bottom: 1px solid #0090ff;

}

.news_a dt a {

  font-size: 12px;

  color: #0090ff;

}

.news_a dd li {

  margin-top: 20px;

  overflow: hidden;

}

.news_a dd li:hover a {

  background: url("../images/dot_h.png") no-repeat left center;

  color: #0090ff;

}

.news_a dd li:hover span {

  color: #333;

}

.news_a dd li a {

  float: left;

  width: 250px;

  overflow: hidden;

  white-space: nowrap;

  text-overflow: ellipsis;

  padding-left: 20px;

  box-sizing: border-box;

  background: url("../images/dot.png") no-repeat left center;

}

.news_a dd li span {

  float: right;

  color: #cccccc;

}

.news_a:last-child {

  margin-right: 0;

}

.t_tit {

  height: 40px;

  margin-top: 20px;

  /* background: #d8ebfa; */
  background: #0090ff;

}

.t_tit > div {

  width: 120px;

  text-align: center;

  color: #fff;

  font-size: 20px;

  /* background: #0090ff; */
  background: #0090ff;
  height: 40px;

  line-height: 40px;

}

.t_tit a {

  color: #0090ff;

  font-size: 14px;

  margin-top: 10px;

  margin-right: 10px;

}

.picScroll-left {

  /*width: 100%;*/

  overflow: hidden;

  position: relative;

  border: 1px solid #eee;

  /*margin-top: 20px;*/

}

.picScroll-left .tempWrap {

  margin-left: 5px;

}

.picScroll-left .hd {

  overflow: hidden;

  height: 30px;

  background: #f4f4f4;

  padding: 0 10px;

}

.picScroll-left .hd .prev {

  display: block;

  width: 9px;

  height: 17px;

  margin-right: 5px;

  margin-top: 10px;

  overflow: hidden;

  cursor: pointer;

  background: url("../images/big_left.png") no-repeat;

  position: absolute;

  left: 10px;

  top: 70px;

}

.picScroll-left .hd .next {

  display: block;

  width: 9px;

  height: 17px;

  margin-right: 5px;

  margin-top: 10px;

  overflow: hidden;

  cursor: pointer;

  background: url("../images/big_right.png") no-repeat;

  position: absolute;

  right: 5px;

  top: 70px;

  z-index: 10;

}

.picScroll-left .hd ul {

  float: right;

  overflow: hidden;

  margin-top: 10px;

  zoom: 1;

}

.picScroll-left .hd ul li {

  float: left;

  width: 9px;

  height: 9px;

  overflow: hidden;

  margin-right: 5px;

  text-indent: -999px;

  cursor: pointer;

  background: url("../images/icoCircle.gif") 0 -9px no-repeat;

}

.picScroll-left .hd ul li.on {

  background-position: 0 0;

}

.picScroll-left .bd {

  padding: 10px;

  margin-left: 10px;

}

.picScroll-left .bd ul {

  overflow: hidden;

  zoom: 1;

}

.picScroll-left .bd ul li {

  margin: 0 8px;

  float: left;

  _display: inline;

  overflow: hidden;

  text-align: center;

}

.picScroll-left .bd ul li .pic {

  text-align: center;

}

.picScroll-left .bd ul li .pic img {

  width: 210px;

  height: 150px;

  display: block;

  padding: 2px;

}

.picScroll-left .bd ul li .pic a:hover img {

  border-color: #999;

}

.picScroll-left .bd ul li .title {

  line-height: 24px;

}

.list_a {

  width: 590px;

}

.list_a .t_tit {

  margin-top: 0;

}

.list_b {

  position: relative;

  width: 590px;

  height:416px;

  border: 1px solid #eeeeee;

  margin-left: 20px;

  box-sizing: border-box;

}

.list_b:hover .mask {

  display: block;

}

.list_b .t_tit {

  margin-top: 0;

}

.list_b .t_tit div{

  width: 220px;

}

.list_b .center {

  padding: 0  20px;

  box-sizing: border-box;

}

.list_b .mask {

  width: 100%;

  height: 35px;

  line-height: 35px;

  white-space: nowrap;

  overflow: hidden;

  text-overflow: ellipsis;

  color: #ffffff;

  background: rgba(3, 126, 219, 0.5);

  text-align: center;

  position: absolute;

  left: 0;

  bottom: 0;

  display: none;

}

.msg_box {

  border: 1px solid #eee;

  padding: 21px 20px;

  box-sizing: border-box;

}

.msg_box .content {

  text-indent: 2em;

  line-height: 200%;

  color: #666;

  overflow: auto;

  height: 230px;

  display: none;
  
  margin-top: 18px;

}

.msg_box .content::-webkit-scrollbar {

  /*滚动条整体样式*/

  width: 0px;

  /*高宽分别对应横竖滚动条的尺寸*/

  height: 1px;

}

.msg_box .content::-webkit-scrollbar-thumb {

  /*滚动条里面小方块*/

  border-radius: 10px;

  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.1);

  background: #535353;

}

.msg_box .content::-webkit-scrollbar-track {

  /*滚动条里面轨道*/

  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.1);

  border-radius: 10px;

  background: #EDEDED;

}

.msg_box .tab_ul {

  margin-top: 20px !important;
  

}

.msg_box .tab_ul li {

  margin-right: 9px !important;

  float: left !important;

  width: 100px !important;

  height: 80px !important;

  /* border: 1px solid #0090ff; */
  border: 1px solid #0090ff !important;
  
  text-align: center !important;

}

.msg_box .tab_ul li i {

  font-size: 30px !important;

  color: #0090ff !important;

  margin-top: 5px !important;

  display: inline-block !important;

}

.msg_box .tab_ul li div {

  /* color: #0090ff; */
  color: #0090ff !important;
  margin-top: 5px !important;

}

.msg_box .tab_ul li:hover {

  background: #0090ff !important;

}

.msg_box .tab_ul li:hover i {

  color: #fff !important;

}

.msg_box .tab_ul li:hover div {

  color: #fff !important;

}

.msg_box .tab_ul li.on {

  background:#0090ff !important;

}

.msg_box .tab_ul li.on i {

  color: #fff !important;

}

.msg_box .tab_ul li.on div {

  color: #fff !important;

}

.msg_box .tab_ul li:last-child {

  margin-right: 0 !important;

}

.list {

  margin-top: 20px;

}

.list_c {

  width: 330px;

  border: 1px solid #eee;

  box-sizing: border-box;

  margin-left: 20px;

}

.list_c .t_tit {

  margin-top: 0;

}

.list_c .center_b {

  padding: 0 20px;

  box-sizing: border-box;

}

.list_c .center_b dt li {

  margin-top: 8px;

  line-height: 160%;

}

.list_c .center_b dt li i {

  display: inline-block;

  margin-right: 10px;

}

.list_c .center_b dt li:hover {

  color: #0090ff;

}

.list_c .center_b dd img {

  margin-top: 10px;

  margin-bottom: 10px;

}

.firend {

  border: 1px solid #eee;

    width: 1198px;

    border-top:0;

    margin: 0 auto;

  padding: 10px 0 ;

}

.firend li {

  float: left;

  width: 149px;

  text-align: center;

  height: 21px;

  line-height: 21px;

  color: #666;

}

.firend li a {

  display: block;

}

.firend li a:hover {

  color: #0090ff;

}

.footer {

  /* background: #0090ff; */
  background: #0090ff;
  padding: 25px;

  box-sizing: border-box;

  text-align: center;

  color: #ffffff;

  margin-top: 40px;

  font-size: 12px;

}

.footer li {

  font-size: 12px;

}

.footer li div {

  margin: 10px 0;

  font-size: 12px;

}

.footer .xq {

  line-height: 170%;

}

.l_a {

  display: none;

}

.xl {

  width: 120px;

  text-align: center;

  position: absolute;

  left: -1px;

  top: 45px;

  z-index: 99

;

  background: #ffffff;

  border: 1px solid #eeeeee;

}

.xl dd {

  border-bottom: 1px solid #eee;

}

.xl dd:hover {

  color: #0090ff;

}

.xl dd:last-child {

  border: none;

}

.mbxnav {

  margin-top: 20px;

}

.mbxnav span {

  color: #0090ff;

}

.mbxnav a {

  color: #0090ff;

}

.association_box {

  margin-top: 20px;

}

.association_box_left {

  width: 265px;

  padding: 20px;

  box-sizing: border-box;

  border: 1px solid #eeeeee;

  box-shadow: 1px 5px 10px #e0e4e8;

}

.association_box_left dt {

  font-size: 18px;

  color: #0090ff;

  padding-bottom: 20px;

  border-bottom: 2px solid #0090ff;

}

.association_box_left dt img {

  margin-right: 10px;

}

.association_box_left dd ul {

  margin-top: 20px;

}

.association_box_left dd ul li {

  margin-top: 15px;

  width: 100%;

  border-radius: 5px;

  background: #e7f3fd;

  height: 45px;

  padding-left: 30px;

  box-sizing: border-box;

  line-height: 45px;

  position: relative;

}

.association_box_left dd ul li a {

  display: block;

}

.association_box_left dd ul li span {

  position: absolute;

  right: 10px;

  top: 0px;

  z-index: 99;

  color: #d4dbe2;

}

.association_box_left dd ul li:hover {

  background: -webkit-linear-gradient(left, #0090ff, #0090ff);

  background: -o-linear-gradient(left, #0090ff, #0090ff);

  /* Opera 11.1 to 12.0 */

  background: -moz-linear-gradient(left, #0090ff, #0090ff);

  /* Firefox 3.6 to 15 */

  background: linear-gradient(left, #0090ff, #0090ff);

  /* 标准语法 */

  box-shadow: 0 2px 10px #abdaff;

}

.association_box_left dd ul li:hover a {

  color: #fff;

}

.association_box_left dd ul li.on {

  background: -webkit-linear-gradient(left, #0090ff, #0090ff);

  background: -o-linear-gradient(left, #0090ff, #0090ff);

  /* Opera 11.1 to 12.0 */

  background: -moz-linear-gradient(left, #0090ff, #0090ff);

  /* Firefox 3.6 to 15 */

  background: linear-gradient(left, #0090ff, #0090ff);

  /* 标准语法 */

  box-shadow: 0 2px 10px #abdaff;

}

.association_box_left dd ul li.on a {

  color: #fff;

}

.association_box_right {

  margin-left: 30px;

  border: 1px solid #eee;

  padding: 20px;

  width: 863px;

  box-shadow: 1px 5px 10px #e0e4e8;

}

.association_box_right h2 {

  font-size: 20px;

  color: #393939;

  padding-bottom: 20px;

  border-bottom: 1px solid #eeeeee;

}

.association_box_right .association_news_list li {

  margin-top: 30px;

  overflow: hidden;

}

.association_box_right .association_news_list li:hover a {

  color: #0090ff;

}

.association_box_right .association_news_list li:hover span {

  color: #333;

}

.association_box_right .association_news_list li a {

  float: left;

  width: 80%;

  padding-left: 20px;

  box-sizing: border-box;

  background: url("../images/dot.png") no-repeat left center;

}

.association_box_right .association_news_list li span {

  float: right;

  color: #ccc;

}

.page {

  text-align: center;

  margin-top: 30px;

}

.page a {

  width: 30px;

  height: 30px;

  text-align: center;

  line-height: 30px;

  display: inline-block;

  margin: 0 10px;

}

.page a:hover {

  color: #000;

  background: #eff2f9;

}

.page a.on {

  color: #000;

  background: #eff2f9;

}

.page span {

  padding: 7px;

}

.page span:hover {

  background: #eff2f9;

  color: #0090ff;

}



/*********************分页********************/

.pager {

  padding: 20px 0;

  text-align: center;

}

.pager li {

  display: inline-block;

  padding: 3px 10px;

  color: #666;

  border-radius: 3px;

  margin: 0 3px;

}

.pager .active,

.pager li:hover {

  padding: 3px 10px;

  background-color: #EFF2F9;

  color: #0079d7;

  margin: 0 3px;

}

.pager .active{

  cursor: default;

}

.pager .disabled,.pager .disabled:hover{

  color: #fff;

  background-color: #B0B0B0;

  border-color: #B0B0B0;

  cursor: not-allowed;

}



/********************分页结束**********************/



.association_msg {

  padding: 20px;

  box-sizing: border-box;

  line-height: 180%;

  color: #393939;

}



.association_msg > div {

  text-align: center;

  font-size: 18px;

  color: #2b2b2b;

  margin-bottom: 20px;

}

.association_msg_img ul.clearfix li {

  float: left;

  text-align: center;

  /*overflow: visible;*/

  width: 230px;

  height: 155px;

  padding: 10px 10px 40px;

  border: 1px solid #eee;

  margin: 11px;

  overflow: hidden;

  white-space: nowrap;

  text-overflow:ellipsis;

}

.association_msg_img ul li {

  float: left;

  text-align: center;

  /*overflow: visible;*/

  width: 230px;

  height: 315px;

  padding: 10px 10px 40px;

  border: 1px solid #eee;

  margin: 11px;

  overflow: hidden;

  white-space: nowrap;

  text-overflow:ellipsis;

}

.association_msg_img ul.clearfix li img,.association_msg_img ul li img {

  display: block;

  width: 100%!important;
  height: 160px;

}



.association_msg_img ul.clearfix li div,.association_msg_img ul li div {

  color: #333;

  margin-top: 5px;

  overflow: hidden;

  white-space: nowrap;

  text-overflow:ellipsis;

}

.txtScroll-left1 {

  width: 100%;

  position: relative;

  margin-top: 25px;

}

.txtScroll-left1 .hd {

  overflow: hidden;

  height: 30px;

  background: #f4f4f4;

  padding: 0 10px;

}

.txtScroll-left1 .hd .prev {

  display: block;

  width: 30px;

  height: 30px;

  overflow: hidden;

  cursor: pointer;

  background: url("../images/y_left.png") no-repeat;

  position: absolute;

  left: 0;

  top: 6px;

  z-index: 99;

}

.txtScroll-left1 .hd .next {

  display: block;

  width: 30px;

  height: 30px;

  overflow: hidden;

  cursor: pointer;

  background: url("../images/y_right.png") no-repeat;

  position: absolute;

  right: 8px;

  top: 6px;

  z-index: 99;

}

.txtScroll-left1 .hd ul {

  float: right;

  overflow: hidden;

  zoom: 1;

  margin-top: 10px;

}

.txtScroll-left1 .hd ul li {

  float: left;

  width: 9px;

  height: 9px;

  overflow: hidden;

  margin-right: 5px;

  text-indent: -999px;

  cursor: pointer;

}

.txtScroll-left1 .hd ul li.on {

  background-position: 0 0;

}

.txtScroll-left1 .bd {

  padding: 10px;

  width: 100%;

  overflow: hidden;

}

.txtScroll-left1 .bd .tempWrap {

  margin-left: 8px;

}

.txtScroll-left1 .bd ul {

  overflow: hidden;

  zoom: 1;

}

.txtScroll-left1 .bd ul li {

  width: 90px;

  text-align: center;

  float: left;

  height: 24px;

  line-height: 24px;

  _display: inline;

  border-right: 1px solid #eeeeee;

}

.txtScroll-left1 .bd ul li.on a {

  border-bottom: 1px solid #0090ff;

  color: #0090ff;

}

.txtScroll-left1 .bd ul li span {

  color: #999;

}

.time_z {

  margin-top: 50px;

}

.time_z .time_left {

  position: relative;

}

.time_z .time_right {

  width: 735px;

  margin-left: 20px;

  color: #666666;

}

.time_z .time_right h3 {

  font-weight: normal;

  color: #666666;

  margin-bottom: 20px;

  font-size: 16px;

}

.time_z .time_right section {

  line-height: 200%;

}

.time_z .location_time {

  position: absolute;

  left: 28px;

  top: 10px;

  font-size: 18px;

  color: #0090ff;

  text-align: center;

}

.sxy a:hover {

  color: #0090ff;

}

.news ul li:hover div {

  background: url("../images/dot_h.png") no-repeat 10px center !important;

}

.news ul li:hover span {

  color: #333333 !important;

}

.news ul li:hover a {

  color: #0090ff !important;

}

.picScroll-left2 {

  width: 100%;

  overflow: hidden;

  position: relative;

  margin-top: 25px;

}

.picScroll-left2 .hd {

  overflow: hidden;

  height: 30px;

  background: #f4f4f4;

  padding: 0 10px;

}

.picScroll-left2 .hd .prev {

  display: block;

  width: 18px;

  height: 33px;

  overflow: hidden;

  cursor: pointer;

  background: url("../images/b_left.png") no-repeat;

  position: absolute;

  left: 0px;

  top: 45px;

  z-index: 99;

}

.picScroll-left2 .hd .next {

  display: block;

  width: 18px;

  height: 33px;

  overflow: hidden;

  cursor: pointer;

  background: url("../images/b-right.png") no-repeat;

  position: absolute;

  right: 0;

  top: 45px;

  z-index: 99;

}

.picScroll-left2 .hd ul {

  float: right;

  overflow: hidden;

  margin-top: 10px;

  zoom: 1;

}

.picScroll-left2 .hd ul li {

  float: left;

  width: 9px;

  height: 9px;

  overflow: hidden;

  margin-right: 5px;

  text-indent: -999px;

  cursor: pointer;

  background: url("../images/icoCircle.gif") 0 -9px no-repeat;

}

.picScroll-left2 .hd ul li.on {

  background-position: 0 0;

}

.picScroll-left2 .bd {

  padding: 10px;

}

.picScroll-left2 .bd .tempWrap {

  margin-left: 5px;

}

.picScroll-left2 .bd ul {

  overflow: hidden;

  zoom: 1;

}

.picScroll-left2 .bd ul li {

  margin: 0 8px;

  float: left;

  _display: inline;

  overflow: hidden;

  text-align: center;

}

.picScroll-left2 .bd ul li .pic {

  text-align: center;

}

.picScroll-left2 .bd ul li .pic img {

  width: 176px;

  height: 104px;

  display: block;

  padding: 2px;

  border: 1px solid #ccc;

}

.picScroll-left2 .bd ul li .pic a:hover img {

  border-color: #0090ff;

}

.picScroll-left2 .bd ul li .title {

  line-height: 24px;

  font-size: 14px;

  display: none;

}

/*.lali ul li {

  height: 200px;

  padding: 10px 10px!important;

}*/

.blue_tit {

  text-align: center;

  background: #0090ff;

  color: #fff;

  height: 50px;

  line-height: 50px;

  font-size: 20px;

  margin: 20px 0;

}

.login_box a {

  color: #0090ff;

}

.lc {

  margin-bottom: 60px;

}

.select_box li {

  float: left;

  margin-top: 20px;

  width: 50%;

}

.select_box li select,

.select_box li input {

  width: 320px;

  height: 35px;

  border: 1px solid #eeeeee;

  overflow: hidden;

}

.select_box li select {

  /*很关键：将默认的select选择框样式清除*/

  appearance: none;

  -moz-appearance: none;

  -webkit-appearance: none;

  /*在选择框的最右侧中间显示小箭头图片*/

  background: url("../images/to_down.png") no-repeat scroll 98% center transparent !important;

  /*为下拉小箭头留出一点位置，避免被文字覆盖*/

  padding-right: 14px;

}

.send_msg {

  margin-top: 60px;

}

.send_msg input {

  background: #0090ff;

  color: #fff;

  width: 85px;

  height: 40px;

  line-height: 40px;

  text-align: center;

  border: none;

  border-radius: 5px;

}

.right_list {

  float: left;

  width: 270px;

  height: 355px;

  background: #3385ff;

  padding: 0px 15px;

  box-sizing: border-box;

  font-size: 14px;

}

.right_list .tit_tit {

  font-size: 24px;

  color: #ffffff;

  text-align: left;

}

.right_list .tit_tit span {

  border-bottom: 2px solid #ffffff;

  padding-bottom: 15px;

}

.right_list li:first-child {

  border: none;

}

.right_list li {

  text-align: left;

  color: #ffffff;

  font-size: 14px;

  padding: 14px 0;

  border-bottom: 1px solid #5499ff;

}

.right_list li img {

  margin-right: 10px;

  position: relative;

  top: 7px;

}



/*2019-05-27修改*/

/*.news_a {*/

  /*width: 590px;*/

  /*border: 1px solid #eee;*/

  /*padding: 0px;*/

  /*box-sizing: border-box;*/

  /*margin-right: 22px;*/

/*}*/

.news_a dd{

  padding: 10px;

}

.news_a dt {

  border-bottom: 1px solid #eee;

  height: 40px;

  line-height: 40px;

  background: #d8ebfa;

  padding-right: 10px;

}

.news_a dt a {

  font-size: 14px;

  color: #0090ff;

}

.news_a dt div {

  padding-bottom: 0px;

  border-bottom:none;

  width: 120px;

  text-align: center;

  color: #fff;

  font-size: 20px;

  background: #0090ff;

  height: 40px;

  line-height: 40px;

}



.news_a dd li {

  margin-top: 20px;

  overflow: hidden;

}



.picScroll-left .bd ul li .title a{

  display: block;

  width: 214px;

  overflow: hidden;

  text-overflow: ellipsis;

  white-space: nowrap;

}



.news_list .new_b{

  padding: 0 !important;



}

.news_list .new_b .l_a{

  padding: 10px;

  box-sizing: border-box;

}

.news_list .new_b dt {

  border-bottom: 1px solid #eee;

  line-height: 40px;
  background: #0090ff;
  /* background: #d8ebfa; */

}

.news_list .new_b dt div:first-child {

  margin-right: 0

}

.news_list .new_b dt div{

  width: 120px;

  text-align: center;

  font-size: 20px;

  height: 40px;

  line-height: 40px;

    cursor: pointer;

}

.news_list .new_b dt div.on {

  width: 120px;

  text-align: center;

  color: #fff;

  font-size: 20px;
  background: #0090ff;
  /* background: #0090ff; */

  height: 40px;

  line-height: 40px;

}

.news_list .new_b .news ul li{

  height: 23px;

}

.news_list .new_b dt a{

  display: inline-block;

  margin-right: 10px;

}



.news_list .new_c dt{

  margin: 0 -10px;

  line-height: 40px;

}

.news_list .new_c dd li{

  margin-top: 5px;

  background-size: auto !important;

  background-position: center center !important;
  background: #0090ff;

}

.news_list .new_c dt div.on {

    /*color: #0090ff;*/

    /*border-bottom: 1px solid #0090ff;*/

    /*padding-bottom: 10px;*/

    width: 120px;

    text-align: center;

    color: #fff;

    font-size: 20px;

    /* background: #0090ff; */
    background: #0090ff;

    height: 40px;

    line-height: 40px;

}

/*20190809修改*/

.news_list .long{

    width: 590px;

}



.news_list .long_left{

    margin-right: 20px;

}

.news_list .new_b .news ul li{

    height: 19px;

}

.news_list .new_b .news ul.news_ul li div {

  float: left;

  width: 265px;

  height: 20px;

  overflow: hidden;

  background: url("../images/dot.png") no-repeat 10px center;

  box-sizing: border-box;

  white-space: nowrap;

  padding-left: 20px;

  text-overflow: ellipsis;

}



.association_msg_img li img{

   #background: url("../images/no_data.png") no-repeat center center;

    min-height: 125px;

}



.no-data-box{

    width: 154px;

    height: 125px;

    margin: 0 auto;

    background: url("../images/no_data.png") no-repeat center center;

}

section img{max-width: 100%;}

.center_detail{
  
  margin: 0 auto;

}